home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 26 (Anniversary Edition)
/
Volume 26 [Anniversary Edition] - JOGO DISK .iso
/
DEPOSITO
/
REmovido
/
Esportes
/
544.swf
/
scripts
/
DefineButton2_135
/
BUTTONCONDACTION on(press).as
Wrap
Text File
|
2006-06-13
|
512b
|
26 lines
on(press){
play();
tellTarget("/strength")
{
stop();
}
C_F = getProperty("/strength", _currentframe);
trace("currentframe=" add C_F);
if("11" < C_F)
{
C_F -= "11";
trace("C_F=" add C_F);
}
if("6" < C_F)
{
C_F = "12" - C_F;
trace("C_F=" add C_F);
}
Ben_S = (C_F - "1") * (eval("/:Max_S") - eval("/:Min_S")) / "5" + eval("/:Min_S");
trace("Ben_Strength=" add Ben_S);
tellTarget("/angle")
{
play();
}
}